$(NULL)
test_data = \
- currentcolor.ui currentcolor.css currentcolor.nodes \
- gradient.ui gradient.css gradient.nodes \
- inherit.ui inherit.css inherit.nodes \
- label.ui label.css label.nodes \
- nth-child.ui nth-child.css nth-child.nodes \
+ adjacent-states.ui adjacent-states.css adjacent-states.nodes \
+ currentcolor.ui currentcolor.css currentcolor.nodes \
+ gradient.ui gradient.css gradient.nodes \
+ inherit.ui inherit.css inherit.nodes \
+ label.ui label.css label.nodes \
+ nth-child.ui nth-child.css nth-child.nodes \
$(NULL)
BUILT_SOURCES = resources.c
--- /dev/null
+[window.background:dir(ltr)]
+ decoration:dir(ltr)
+ box.horizontal:dir(ltr)
+ box.horizontal:dir(ltr)
+ checkbutton:dir(ltr):checked
+ check:dir(ltr):checked
+ label#label1:dir(ltr)
+ color: rgb(255,0,0); /* adjacent-states.css:2:12 */
+ box.horizontal:dir(ltr)
+ checkbutton:dir(ltr)
+ check:dir(ltr)
+ label#label2:dir(ltr)
+ color: rgb(0,0,255); /* adjacent-states.css:6:13 */
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+ <!-- interface-requires gtk+ 3.0 -->
+ <object class="GtkWindow" id="window1">
+ <property name="can_focus">False</property>
+ <property name="type">popup</property>
+ <child>
+ <object class="GtkBox">
+ <property name="visible">True</property>
+ <child>
+ <object class="GtkBox">
+ <property name="visible">True</property>
+ <child>
+ <object class="GtkCheckButton">
+ <property name="visible">True</property>
+ <property name="active">True</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkLabel">
+ <property name="visible">True</property>
+ <property name="name">label1</property>
+ <property name="label" translatable="yes">Hello World!</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ <child>
+ <object class="GtkBox">
+ <property name="visible">True</property>
+ <child>
+ <object class="GtkCheckButton">
+ <property name="visible">True</property>
+ <property name="active">False</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkLabel">
+ <property name="visible">True</property>
+ <property name="name">label2</property>
+ <property name="label" translatable="yes">Hello World!</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ </object>
+ </child>
+ </object>
+</interface>